home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / misc / TC_Miami.lha / rexx / Stop.mrx < prev   
Encoding:
Text File  |  1998-02-03  |  173 b   |  15 lines

  1. /*
  2. **
  3. **  use this to stop counting
  4. **
  5. */
  6. options results
  7.  
  8. IF (SHOW('P',TIMECONNECT.1) ~=0) then
  9. DO
  10.   address 'TIMECONNECT.1'
  11.   'stop'
  12.   'iconify FALSE'
  13.   'show_status'
  14. END
  15.